/* fonts set */
	/** impactregular **/
@font-face {
    font-family: 'impactregular';
    src: url('../fonts/impact-webfont.eot');
    src: url('../fonts/impact-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/impact-webfont.woff2') format('woff2'),
         url('../fonts/impact-webfont.woff') format('woff'),
         url('../fonts/impact-webfont.ttf') format('truetype'),
         url('../fonts/impact-webfont.svg#impactregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

	/** opensans **/
@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/OpenSansLight.eot');
    src: url('../fonts/OpenSansLight.eot') format('embedded-opentype'),
         url('../fonts/OpenSansLight.woff2') format('woff2'),
         url('../fonts/OpenSansLight.woff') format('woff'),
         url('../fonts/OpenSansLight.ttf') format('truetype'),
         url('../fonts/OpenSansLight.svg#OpenSansLight') format('svg');
}
/* end */
html{
	height: 100%;
}
body{
	height: 100%;
}
body{
	font-family:"黑体", arial;
	color: #333333;
	font-size: 14px;
	line-height: 1.5;
}
ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	color: #333;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
}
a:hover {
	color: #33a19d;
	text-decoration: none;
}
a:focus,
a:active {
	outline: none;
	text-decoration: none;
}
/*img {
	display: block;
	max-width: 100%;
	height: auto;
}*/
section{
	padding: 20px 0;
}
@media (min-width: 768px) {
	body > section {
  		padding: 40px 0;
	}
}

/** css code start **/

/******************
 * 导航   *
 *****************/
.header{
	background-color: #FFFFFF;
}

/* Fixed navigation
---------------------------------- */
/*.fixed{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 9999;
}*/
.fixed-header-on .header.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1006;
	opacity: 0;
	filter: alpha(opacity=0);
	border-bottom: 1px solid #f1f1f1;
	padding: 0;
	background-color: rgba(255, 255, 255, 0.95);
}
.fixed-header-on .header.fixed.animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}
.object-visible,
.touch .object-non-visible {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

/* Targeting only Firefox for smoothest animations */
@-moz-document url-prefix() {
	.object-visible,
	.touch .object-non-visible {
		-webkit-transition: opacity 0.6s ease-in-out;
		-moz-transition: opacity 0.6s ease-in-out;
		-o-transition: opacity 0.6s ease-in-out;
		-ms-transition: opacity 0.6s ease-in-out;
		transition: opacity 0.6s ease-in-out;
	}
}

.navbar-nav{
	margin: 0px -15px;
}
/* first level menu */
.navbar.navbar-default {
	border-radius: 5px;
	margin: 10px;
	background-color: #FFFFFF;
	border-color: #f1f1f1;
}
.navbar.navbar-default .navbar-nav{
	background-color: #fafafa;
}

/* first level menu items */
.navbar-default .navbar-nav > li > a {
	color: #666666;
	text-transform: uppercase;
	font-size: 12px;
	/*font-weight: bold;*/
	padding: 8px 20px;
	z-index: 102;
	border: 1px solid transparent;
	bottom: -1px;
	/*-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;*/
}
.navbar-default .navbar-nav > li > a:hover {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.navbar-brand{
	padding-left: 10px;
	padding-right: 10px;
}
/* first level active menu items on hover/focus */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
	color: #3ca5a1;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:hover {
	background-color: transparent;
	color: #FFFFFF;
}

/* first level active menu items when opened */
.main-navigation .navbar-nav > .open > a,
.main-navigation .navbar-nav > .open > a:hover,
.main-navigation .navbar-nav > .open > a:focus {
	color: #3ca5a1;
	background-color: transparent;
	border: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

/* first level active menu items when clicked */
.main-navigation .navbar-nav > .open > a:active,
.main-navigation .navbar-nav > .open.active > a:active {
	background-color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: transparent;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.main-navigation .navbar-nav > .open > a:active + ul,
.main-navigation .navbar-nav > .open.active > a:active + ul {
	display: none;
}

/* second level menu */
.dropdown-menu {
	/*min-width: 180px;*/
	min-width: 100%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
	margin: 0;
	background-color: #fafafa;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	border: 1px solid #f1f1f1;
	z-index: 101;
}

/* second level menu items */
.dropdown-menu > li > a {
	padding: 8px 20px;
	font-size: 12px;
	color: #333;
	border-bottom: 1px solid #f1f1f1;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

/* second level menu items on focus/hover and when opened */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu .menu > .active > a,
.dropdown-menu .menu > .active > a:hover,
.dropdown-menu .menu > .active > a:focus {
	background-color: #ffffff;
	color: #3ca5a1;
	border-color: #f1f1f1;
}

/* third level menu */
.dropdown-menu .dropdown-menu {
	
	top: -1px;
	left: 100% !important;
	padding-top: 0;
	margin-left: 1px;
	border-left: none;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	border-top: 1px solid #f1f1f1;
}

/* dropdown animations */
.animated.main-navigation .open .dropdown-menu,
.open .dropdown-animation {
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUpSmall;
	animation-name: fadeInUpSmall;
}
.open .dropdown-animation {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}
.animated.main-navigation .dropdown-menu .open .dropdown-menu {
	-webkit-animation-name: fadeInLeftSmall;
	animation-name: fadeInLeftSmall;
}
/**** animations **/
@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}
/**** fadeInDownSmall *****/
@-webkit-keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*** fadeInLeftSmall ***/
@-webkit-keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* mobile menu toggle button */
.navbar-default .navbar-toggle {
	border-color: #3ca5a1;
}
/* mobile menu toggle button on hover/focus */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #FFFFFF;
	border-color: #3ca5a1;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #3ca5a1;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #3ca5a1;
}
.main-navigation .navbar-brand{
	padding-top: 5px;
	padding-bottom: 5px;
}
.main-navigation .navbar-brand img{
	height: 40px;
}
.main-navigation .navbar-brand span{
	display: none;
}

/* mega menu */
.mega-menu.dropdown {
	position: static;
}
.mega-menu .dropdown-menu {
	left: 0;
	top: 100%;
	width: 100%;
	padding: 20px;
}
.mega-box{
	width: 100%;
}
.mega-box img{
	border: 1px solid #EEEEEE;
	padding: 2px;
}
.mega-box h6{
	text-align: center;
	margin-bottom: 10px;
}
.mega-box a{
	display: block;
}
/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.navbar-nav{
		margin: 0px;
	}
	.navbar.navbar-default{
		margin: 0px;
		background-color: #FFFFFF;
		border-color: transparent;
		border-radius: 0px;
		border: none;
	}
	.navbar.navbar-default .navbar-nav{
		background-color: transparent !important;
		/*border-left: 1px solid #d0d0d0;*/
	}
	.main-navigation .navbar-nav > .open > a,
	.main-navigation .navbar-nav > .open > a:hover,
	.main-navigation .navbar-nav > .open > a:focus{
		color: #3ca5a1;
		/*background-color: #e62129;*/
	}
	.navbar-default .navbar-nav > li > a:focus{
		color: #3ca5a1;
		background-color: transparent;
	}
	/* first level menu */
	.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
	.main-navigation .navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}
	.main-navigation .navbar-right > li:last-child > .dropdown-menu {
		right: 0;
		left: auto;
	}
	.navbar-nav li.dropdown a:hover{
		background: none;
	}
	.main-navigation .navbar-nav {
		float: right !important;
	}
	.navbar-default .navbar-nav > li > a{
		padding: 0 20px;
		font-size: 14px;
		line-height: 68px;
		color: #5a5a5a;
	}
	.navbar-default .navbar-nav > li > a:hover{
		color: #3ca5a1;
	}
	/* logo top */
	.main-navigation .navbar-header{
		float: none !important;
	}
	.main-navigation .navbar-header .logo{
		float: left;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.navbar > .container .navbar-brand{
		margin-left: 0px;
	}
	.main-navigation .navbar-brand{
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		height: auto;
		min-height: 40px;
		position: relative;
	}
	.main-navigation .navbar-brand img{
		height: 50px;
		float: left;
	}
	
	.main-navigation .head-right{
		float: right;
		margin-left: 20px;
	}
	.mega-menu .dropdown-menu {
		left: 50%;
		width: 750px !important;
		min-width: 750px;
		max-width: 750px;
		margin-left: -375px;
	}
	/** 购买图标 **/
	.buylinks{
		padding: 13px 0;
		width:auto;
		float:right;
	}
	.buylinks ul li{
		float: left;
		margin-left: 8px;
	}
	.buylinks ul li img{
		display: block;
		width: 32px;
		height: 21px;
		margin: 0 auto;
	}
}

/* Medium desktop devices */
@media (min-width:992px) {
	.main-navigation .navbar-nav {
		float: right !important;
		margin-top: 30px;
	}
	.main-navigation .navbar-brand{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.main-navigation .navbar-brand img{
		height: 72px;
	}
	/* second level menu items */
	.navbar-default .navbar-nav > li > a{
		padding: 0 20px;
		font-size: 14px;
		line-height: 80px;
	}
	
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	
	/* first level menu item */
	.main-navigation .navbar-nav > li >a {
		padding: 0 32px;
		font-size: 16px;
		line-height: 80px;
	}
	
	
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	/* Mobile menu
	------------------------------ */
	/* active items */
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #0e8b3b;
		background-color: transparent;
	}
	
	/* first level items */
	.navbar-default .navbar-nav > li > a {
		border-bottom: 1px solid #f1f1f1;
	}
	.navbar-default .navbar-nav > li:last-child > a {
		border-bottom: 1px solid transparent;
	}
	.navbar-default .navbar-nav > li.home > a{
		color: #898989;
		font-size: 24px;
	}
	
	/* first level items when opened */
	.main-navigation .navbar-nav > .open > a,
	.main-navigation .navbar-nav > .open > a:hover,
	.main-navigation .navbar-nav > .open > a:focus {
		border-color: transparent;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	/* first level items hover and focus states */
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
		color: #0e8b3b;
		background-color: #fff;
	}
	
	/* second level menu */
	.navbar-default .navbar-nav .open .dropdown-menu {
		background-color: #ffffff;
	}
	
	/* second level items */
	.navbar-default .navbar-nav .open .dropdown-menu > li > a,
	.navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 12px 15px 12px 40px;
		color: #666666;
		border-color: #fafafa;
	}
	
	/* second level items on hover/focus */
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #0e8b3b;
	}
	
	/* third level items */
	.navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
		padding-left: 60px;
	}
	
	/* four level items */
	.navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
		padding-left: 80px;
	}
	
	/* Arrows for parent menu items */
	.dropdown>a:before {
		right: 32px;
	}
	.dropdown .dropdown>a:before {
		right: 36px;
	}
}

/******************
 * 幻灯样式   *
 *****************/
.section-banner{
	padding: 0;
	position: relative;
}
/**
 * 搜索
 */
.top-form{
	margin-top: 10px;
}
.top-form .form-group{
	margin-bottom: 0;
	float: left;
}
.top-form .form-control {
	height: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
	line-height: 1.85;
	border: 1px solid #e1e1e1;
	color: #afafaf;
	border-radius: 0;
	padding-right: 10px;
	padding-left: 10px;
	min-width: 180px;
	box-shadow: inset 0 0 8px #e1e1e1;
}
.top-form .btn-default{
	float: left;
	border: none;
	background-color: #3ca5a1;
	color: #FFFFFF;
	border-radius: 0;
	padding: 5px 10px;
}

.top-form .form-control-feedback{
	height: 30px;
	width: 30px;
	line-height: 30px;
	left: 0px;
	right: auto;
	color: #B6B6B6;
}
/* 搜索end */

/* index new product */
.section-product{
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 30px;
}

.section-product .row .row{
	margin-left: -2px;
	margin-right: -2px;
}
.section-product .row .row .col-sm-4,
.section-product .row .row .col-md-4{
	padding-left: 2px;
	padding-right: 2px;
}
.ptoduct-box{
	position: relative;
	overflow: hidden;
}
.ptoduct-box img{
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.ptoduct-box:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.product_name{
	position: absolute;
	top: 25%;
	color: #FFFFFF;
	font-size: 24px;
	left: 10%;
}
.product_more{
	position: absolute;
	left: 15%;
	top: 50%;
	color: #FFFFFF;
	font-size: 14px;
	border: 1px solid #FFFFFF;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	border-radius: 16px;
}
.sm_margn{
	margin-top: 15px;
}
/** video index **/
.video_top{
	color: #000000;
	font-size: 24px;
	margin: 15px 0;
}
.buy_web{
	margin-top: 25px;
	position: relative;
	z-index: 5;
}
.buy_web img{
	position: relative;
	z-index: 9;
}
.buy_web:after{
	display: table;
	clear: both;
	content: "";
	position: absolute;
	width: 100%;
	height: 36px;
	left: 0px;
	bottom: -18px;
	background-image: url(../images/adm_68.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 4;
}

@media (min-width: 768px) {
	
	.sm_margn{
		margin-top: 0px !important;
	}
	.mt5{
		margin-top:5px;
	}

}

/* owl */
.case-wrap{
	margin-top: 10px;
	background-color: #F0F0F0;
	padding: 15px;
	border-radius: 5px;
}
.case-pic{
	width: 100%;
	overflow: hidden;
}
.case-pic img{
	display: block;
	max-width: 100%;
	height: auto;
}
.case-title{
	color: #0e8b3b;
	font-size: 18px;
	/*font-weight: bold;*/
	margin-top: 20px;
	transition: all ease-in-out 400ms;
	text-align: center;
	margin-bottom: 20px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.case-wrap a{
	display: block;
}
.case-wrap:hover .case-title{
	color: #CC0000;
}

.owl-theme .owl-controls .owl-nav div{
	width: 26px;
	height: 27px;
	padding: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999em;
	margin: 10px;
}
.owl-theme .owl-controls .owl-nav div.owl-prev{
	background-image: url(../images/prev.png);
}
.owl-theme .owl-controls .owl-nav div.owl-next{
	background-image: url(../images/next.png);
}
/* owl end */

/** grid **/
.grid {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	list-style: none;
	text-align: center;
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	max-width: 100%;
	width: 100%;
	background: #333;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em; 
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: normal;
}
.grid figure h2,
.grid figure p {
	margin: 0;
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
/*---------------*/
/***** Chico *****/
/*---------------*/
figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
figure.effect-chico:hover img {
	opacity: 0.2;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-chico figcaption {
	padding: 5px;
}
figure.effect-chico h2 {
	padding-top: 25%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	font-size: 12px;
	opacity: 0;
}
figure.effect-chico p {
	padding: 10px 15px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	font-size: 12px;
}
figure.effect-chico figcaption::before,
figure.effect-chico figcaption::after {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-chico figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
figure.effect-chico figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-chico:hover h2,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* end */

/* 滚到顶 */
.scrollToTop {
	color: #fff;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	background-color: #e62129;
	z-index: 1005;
	display: none;
	border-radius:5px;
}
.scrollToTop i {
	line-height: 40px;
	font-size: 16px;
}
.scrollToTop:hover{
	opacity:0.8;
}
/* end */

/* footer */
.foot-bgcolor{
	background-color: #38a4a0;
	padding-top: 20px;
	padding-bottom: 15px;
}
.foot-codes{
	overflow: hidden;
}
.foot-codes img{
	max-width: 100%;
}
.foot-codes span{
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	margin: 10px 0;
}
.foot-item{
	width: 50%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.foot-title{
	color: #FFFFFF;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
	position: relative;
	margin-top: 15px;
}
.foot-list{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 15px;
}
.foot-list li{
	font-size: 14px;
	line-height: 2;
}
.foot-list li a{
	color: #fff;
}
.foot-list li a:hover{
	color: #eee;
}
.copyright{
	font-size: 14px;
	color: #999;
	margin: 12px 0;
	text-align: left;
	line-height: 2;
}

.search-box .form-control{
	width: 100%;
	height: 42px;
	line-height: 42px;
	padding: 0px 80px 0px 45px;
	background-image: url(../images/af_60.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.search-box .btn-default{
	width: 80px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	background-color: #E62129;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	z-index: 10;
}
.section-cpy{
	padding: 0;
}
.ft-nav .pagination{
	margin-bottom: 0px;
}

@media (min-width: 768px) {
	.foot-item{
		width: 20%;
	}
	.foot-title{
		font-size: 16px;
	}
	.search-box .btn-default{
		width: 80px;
		height: 42px;
		line-height: 42px;
		text-align: center;
		color: #FFFFFF;
		text-transform: uppercase;
		font-size: 14px;
		background-color: #E62129;
		border: none;
		border-radius: 0;
		box-shadow: none;
		padding: 0;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
	}
}
@media (min-width: 992px) {
	.foot-item{
		width: 20%;
	}
}
/* end */

/* inner banner */
.inner-banner{
	width: 100%;
}
.inner-banner img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.section-inner{
	background-color: #FFFFFF;
}
/* end */

/* 侧边导航 */
.min-nav{
	position: relative;
	background-color: #3ca5a1;
}
.mobile-head{
	color: #fff;
	font-size: 16px;
	float: left;
	text-transform: uppercase;
	padding-top: 13px;
	padding-left: 15px;
	word-spacing: 3px;
}
.min-tabs{
	background-color: #FFFFFF;
	padding: 0;
	position: relative;
	margin-top: 0px;
}
.min-tabs ul li{
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
	height: auto !important;
}
.min-tabs ul li a{
	display: block;
	background-color: #F5F5F5;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 15px;
	color: #666;
	text-transform: uppercase;
	position: relative;
}
.min-tabs ul li a:hover{
	color: #3ca5a1;
	/*background-color: #323638;*/
}
.min-tabs ul li a i{
	padding-right: 10px;
	font-size: 16px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.min-tabs ul li a:hover i{
	padding-right: 15px;
}
.min-tabs ul li a.active{
	color: #3ca5a1;
}
.min-tabs > ul > li.dropdown > a::after{
	content: "\f196";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 9px;
	top: 13px;
}
.min-tabs > ul > li.dropdown.open > a::after{
	content: "\f147";
}
.min-tabs .dropdown-menu{
	width: 100% !important;
	position: relative;
}
.min-tabs > ul > li >ul > li{
	border-top: none;
	border-bottom: none;
}
.min-tabs > ul > li > ul > li a{
	color: #333;
	text-transform: none;
}
.min-tabs > ul > li > ul > li a:hover{
	background-color: #fafafa;
	color: #CC0000;
}
.min-nav .icon-bar{
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}
/* end */

/* 右边主体 */
.aboutbox{
	width: 100%;
}
.about-title{
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 10px;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #E62129;
	font-weight: bold;
}

.main-top{
	color: #fff;
	padding-top: 10px;
	padding-left: 0;
	margin-top: 10px;
}
.main-top span{
	display: inline-block;
	float: left;
	color: #3ca5a1;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}

.main-content{
	padding: 20px 0;
	background-color: #FFFFFF;
	margin-top: 0;
	/*box-shadow: 0 0 2px rgba(0,0,0,0.2);*/
	border-top: 1px solid #EEEEEE;
}
.content-body{
	color: #666;
	font-size: 14px;
	line-height: 2;
	text-align: justify;
}
.content-body img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.contact-form{
	margin-top: 25px;
}
.btn-primary{
	font-size: 14px;
	background-color: #3ca5a1;
	padding-left: 30px;
	padding-right: 30px;
	border: none;
}
/*新闻列表*/
.news-list{
	background-color: #FFFFFF;
	margin-top: -15px;
}
.news-list ul li{
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #DDDDDD;
	padding: 15px 0;
}
.news-list ul li a{
	display: block;
}
.news-title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}
.new-brief{
	color: #888888;
	font-size: 14px;
}
.news-pic{
	width: 100%;
}
.news-pic img{
	display: block;
	max-width: 100%;
}
/* end */

/* 新闻正文 */
.rel-title{
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}
.rel-date{
	text-align: center;
	color: #adadad;
	border-top: 1px dashed #ADADAD;
	padding: 10px 0;
	margin-bottom: 15px;
}
/* end */

/*---------------*/
/**** product ****/
/*---------------*/
.pro-item{
	margin-bottom: 30px;
}
.pro-item a{
	display: block;
	border: 1px solid #D9D9D9;
}
.pro-item a:hover{
	border-color: #3ca5a1;
}
.pro-item a:hover .pro-title,
.pro-item a:hover .pro-title i{
	border-color: #3ca5a1;
}
.pro-pic{
	
}
.pro-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.pro-title{
	font-size: 14px;
	line-height: 40px;
	margin-top: 10px;
	border-top: 1px solid #D9D9D9;
	padding-left: 15px;
	padding-right: 60px;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.pro-title i{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	text-align: center;
	float: right;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #D9D9D9;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.pro-info{
	font-size: 12px;
	color: #888888;
	margin-bottom: 20px;
	margin-top: 10px;
}
.pro-in-title{
	color: #3ca5a1;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 15px;
}
.pro-in-info{
	margin-top: 20px;
	font-size: 14px;
	line-height: 2;
	color: #666666;
}

/** tabs codes 
 * ==================================
 * **/
.tabs-wrap{
	margin-top: 20px;
}
.tabs-wrap .accordion-handle.active{
	background-color: #CC0000;
}
.tabs-wrap .tabs-container{
	margin-top: 5;
}
.tabs-wrap .tab-content{
	color: #666666;
	line-height: 2;
	font-size: 14px;
}
.tabs-wrap .tab-content img{
	display: block;
	max-width: 100%;
	height: auto;
}
.tabs-wrap .tabs-list li a i{
	padding-left: 10px;
	color: #f26522;
}
/** tabs codes end
 * ==================================
 * **/

.quo-head{
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin-bottom: 15px;
}
.fm-wap label{
	font-size: 14px;
	color: #888;
}
.fm-wap .btn-primary{
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 10px;
	background-color: #FF0000;
	border: none;
	text-transform: uppercase;
	-webkit-transition: all ease-in-out 300ms;
	   -moz-transition: all ease-in-out 300ms;
		-ms-transition: all ease-in-out 300ms;
			transition: all ease-in-out 300ms;
}
.fm-wap .btn-primary:hover{
	background-color: #e90202;	
}
.shijian{
	margin-top: 6px;
	color: #CC0000;
}

@media (min-width: 768px) {
	.quo-head{
		font-size: 30px;
	}
	/** slide-bar for min-nav **/
	.mobile-head{
		padding-left: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.min-tabs.collapse{
		display: block !important;
	}
	/** slide-bar for min-nav end **/
	
	/* tabs code */
	.tabs-wrap .tabs-list li{
		margin-right: 2px;
		padding: 0;
		list-style: none;
		margin-left: 0;
		float: left;
	}
	.tabs-wrap .tabs-list li a:hover{
		background-color: #3ca5a1;
		color: #FFFFFF;
	}
	.tabs-wrap .tabs-list li.active a{
		background-color: #3ca5a1;
	}
	.tabs-wrap .tabs-list li a:hover i{
		color: #FFFFFF;
	}
	/* tabs code end */
	/* 侧边导航 */
	.min-tabs.collapse{
		display: block !important;
		height: auto !important;
	}
	.mobile-head{
		padding-left: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.main-top{
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 0px;
	}
	/* end */
	
	/* news list */
	.news-title{
		margin-top: 0px;
	}
	/* end */
	
	.pro-in-title{
		margin-top: 0px;
	}
}
@media (min-width: 992px) {
	/* index support */
	.spt-row.row{
		margin-left: -20px;
		margin-right: -20px;
	}
	.spt-row .col-md-4{
		padding-left: 20px;
		padding-right: 20px;
	}
	/* end */
	
	/* index contact */
	.index-cnt{
		font-size: 18px;
	}
	/* end */
	
	/* 路径导航 */
	.innerpath.breadcrumb{
		float: right;
		margin-bottom: 0px;
		background-color: transparent;
		padding: 0;
		margin-right: 15px;
		color:#666;
	}
	.innerpath.breadcrumb li{
		font-size: 14px;
	}
	/* end */
	/* index news */
	
	/* end */
}
@media (min-width: 1200px) {
	/* index about */
	
	/* end */
	/* index support */
	.spt-row.row{
		margin-left: -40px;
		margin-right: -40px;
	}
	.spt-row .col-md-4{
		padding-left: 40px;
		padding-right: 40px;
	}
	/* end */
	
}

.jwlogo{
	display: none;
}



/** 分页 **/
.ft-nav .pagination{
	margin-bottom: 20px;
}
.pagination > a, .pagination > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #38a4a0;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination .current{
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #38a4a0;
    border-color: #38a4a0;
}


.side {
	position:fixed;
	width:45px;
	height:325px;
	right:0;
	top:200px;
	z-index:9999;
}
.side ul li {
	width:45px;
	height:45px;
	line-height:45px;
	float:left;
	position:relative;
	border-bottom:1px solid #999;
}
.side ul li .sidebox {
	position:absolute;
	width:45px;
	height:45px;
	line-height:45px;
	top:0;
	right:0;
	transition:all 0.3s;
	background:#333;
	color:#fff;
	font:14px/54px "黑体";
	overflow:hidden;
}
.side ul li .sidetop {
	width:45px;
	height:45px;
	line-height:45px;
	display:inline-block;
	background:#333;
	transition:all 0.3s;
}
.side ul li .sidetop:hover {
	background:#38a4a0;
}
.side ul li img {
	float:left;
}